While installing or updating the application
This operation will install all need prerequisites and update your packages if they don’t meet the minimum required version.
> cd
> scripts/install.sh --install-prerequisites
> scripts/install.sh --install-prerequisites
If you want to also update your packages to the latest release of our bundled prerequisites you can run the following command:
> cd
> scripts/install.sh --install-prerequisites --update-strategy latest
> scripts/install.sh --install-prerequisites --update-strategy latest